From 4df90d3150a37838f76c5ef683bc4d3ce77e3b6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Apr 2005 20:37:51 +0000 Subject: [PATCH] No debugging output, please. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/io-pcx.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 449606314c..f451523b21 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2005-04-08 Matthias Clasen + + * io-pcx.c: No debugging output, please. + 2005-04-07 Matthias Clasen * io-bmp.c (DecodeColormap): Initialize the colormap to diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c index d1042cb7dc..7a5ac66bf6 100644 --- a/gdk-pixbuf/io-pcx.c +++ b/gdk-pixbuf/io-pcx.c @@ -27,7 +27,7 @@ #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" -#define PCX_DEBUG +#undef PCX_DEBUG #define PCX_TASK_DONE 0 #define PCX_TASK_LOAD_HEADER 1 -- 2.30.2